home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Documentation / Version < prev   
Encoding:
Text File  |  1990-07-19  |  744 b   |  23 lines  |  [TEXT/pdos]

  1. Version -- display version numbers for the APW shell and GS/OS
  2.  
  3. Syntax      Version
  4.  
  5. Description Version displays the version string returned by the APW shell
  6.             VERSION call and the text representation of the version word
  7.             returned by the GS/OS OSVersion call.  An asterisk ("*") character
  8.             following the version number signifies that the prototype bit in
  9.             the version word is set.
  10.  
  11.             NOTE:  This is intended to replace the existing APW VERSION
  12.             utility, which only supplies the APW version number.
  13.  
  14. Input       None.
  15.  
  16. Output      Version writes the version numbers to standard output.
  17.  
  18. Diagnostics None.
  19.  
  20. Status      0 is always returned, signifying no error.
  21.  
  22. Options     None.
  23.